﻿body {
	background: #FFFFFF url(../image/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}
h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
/* HeadMenu */

.HeadMenu {
	width: 770px;
	
	margin: 0 auto;
}

.HeadMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.HeadMenu li {
	display: block;
	float: left;
	width: 122px;
	padding: 3px 0 0 0;
}
.HeadMenu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(../image/img02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.HeadMenu a:hover {
	background:url(../image/img03.jpg) no-repeat;
}

.HeadMenu .active {
	padding-top: 35px;
}

.HeadMenu .active a {
	height: 37px;
	padding-top: 16px;
	background:url(../image/img03.jpg) no-repeat;
}

.HeadMenu .active a:hover {
	background:url(../image/img04.jpg) no-repeat;
}
/****************************************************************/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(../image/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #327EBE;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a
{
background: url(../image/img11.gif) no-repeat left center;
padding-left: 10px;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
text-decoration: underline; 
color: #006699;
}

/* Sidebar */

.sidebar
{
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*#sidebar li {
	margin-bottom: 15px;
}*/

.sidebar li ul {
	padding: 10px;
	border: 1px solid #0AAAFD;
	border-top: none;
}

.sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(../image/img09.gif) no-repeat;
}

.sidebar li li.first {
	background: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(../image/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #327EBE;
}

.sidebar li a {
	padding-left: 10px;
	background: url(../image/img11.gif) no-repeat left center;
}

.sidebar a:link {
	text-decoration: none;
}
.sidebar a:active {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #0AAAFD;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	background: url(../image/footer.jpg) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}

